-
Notifications
You must be signed in to change notification settings - Fork 48
Fix unit tests for core.internal.convert and rt.util.typeinfo #768
base: stable
Are you sure you want to change the base?
Conversation
What if |
Actually, to clarify, they should be saved before extracting the real and imag parts. |
So can I just move |
OK. |
Right. You don't need to save anything for ordinary float comparison (I might be forgetting something though). |
The original code did save float expressions though, so I've also kept that in the commit I just pushed. |
Is this ready for gcc-patches? |
I don't see why not. You could always just post to gcc-patches anyway and discuss the patch and make changes there. ;-) I am yet to get round to fixing up this repo to use as a mirror/ci. |
Note that the |
by backporting dlang/druntime#2356 From druntime commit 29ce0543cb62229f005b2bc8540416dbccd1130e
https://bugzilla.gdcproject.org/show_bug.cgi?id=309
@ibuclaw Here for review an CI. Once you think this is ready, I'll post to gcc-patches.